home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWEINF.DXR / 00007_RO Karte.ls < prev    next >
Encoding:
Text File  |  1998-09-05  |  213 b   |  11 lines

  1. on checkRO
  2.   global oldRO
  3.   if not (rollOver() = oldRO) then
  4.     set ROchannel to rollOver()
  5.     if (ROchannel > 9) and (ROchannel < 40) then
  6.       put ROchannel
  7.     end if
  8.     set oldRO to ROchannel
  9.   end if
  10. end
  11.